dotConnect for Adobe Commerce Documentation
Devart.Data Namespace / SqlShimParameterCollection<T> Class
The type of the parameters in the collection.
Members

On this page
    SqlShimParameterCollection<T> Class
    On this page
    Collects all parameters relevant to a SqlShimCommand as well as their respective mappings to System.Data.DataSet columns.
    Syntax
    Type Parameters
    T
    The type of the parameters in the collection.
    Remarks
    The number of parameters in the collection must be equal to the number of parameter placeholders within the command text, or Adobe Commerce raises an error.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.Data.Common.DbParameterCollection
             Devart.Common.DbParameterBaseCollection
                Devart.Data.SqlShimParameterCollection<T>
                   Devart.Data.Magento.MagentoParameterCollection

    See Also